object FmDefineViews: TFmDefineViews Left = 369 Top = 308 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Define Views' ClientHeight = 267 ClientWidth = 369 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BtnClose: TButton Left = 272 Top = 232 Width = 75 Height = 25 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 353 Height = 217 TabOrder = 1 object BtnCopy: TButton Left = 264 Top = 24 Width = 75 Height = 25 Caption = 'Copy...' TabOrder = 1 OnClick = BtnCopyClick end object BtnRename: TButton Left = 264 Top = 56 Width = 75 Height = 25 Caption = 'Rename...' TabOrder = 2 OnClick = BtnRenameClick end object BtnDelete: TButton Left = 264 Top = 88 Width = 75 Height = 25 Caption = 'Delete' TabOrder = 3 OnClick = BtnDeleteClick end object BtnReset: TButton Left = 264 Top = 120 Width = 75 Height = 25 Caption = 'Reset' TabOrder = 4 OnClick = BtnResetClick end object LbViews: TcxListBox Left = 8 Top = 16 Width = 249 Height = 193 ItemHeight = 13 ParentColor = False Style.StyleController = DM.EditStyles TabOrder = 0 OnClick = LbViewsClick end end end